Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
/**************************************************************************/
/* Log-dirty mode support */
-/* Convert a shadow to log-dirty mode. */
-void shadow_convert_to_log_dirty(struct vcpu *v, mfn_t smfn)
-{
- BUG();
-}
-
/* Shadow specific code which is called in paging_log_dirty_enable().
* Return 0 if no problem found.
*/
unsigned long backpointer);
void shadow_free(struct domain *d, mfn_t smfn);
-/* Function to convert a shadow to log-dirty */
-void shadow_convert_to_log_dirty(struct vcpu *v, mfn_t smfn);
-
/* Dispatcher function: call the per-mode function that will unhook the
* non-Xen mappings in this top-level shadow mfn */
void shadow_unhook_mappings(struct vcpu *v, mfn_t smfn);